home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Die Speccy' 97
/
Die Speccy' 97.iso
/
amiga_system
/
the_aminet
/
comm
/
net
/
wwwcache.lha
/
WWWCache1.6
/
WWWCache.readme
< prev
Wrap
Text File
|
1995-10-19
|
2KB
|
58 lines
Short: v1.6 of Arexx script for caching images and html documents in AMosaic
Uploader: stephan@stephan.et.tudelft.nl (Stephan Lichtendahl)
Author: stephan@stephan.et.tudelft.nl (Stephan Lichtendahl)
Version: 1.6 (third uploaded version) 19-10-95
Type: comm/net
Freeware
Saves inlined images to harddisk to prevent them from being
downloaded every time you want to see them. Then they can
be loaded every time from harddisk instead, which is a bit
faster :-)
Also, HTML documents can be saved in a way that all remote
links remain remote and links to documents, which are already
on your harddisk, will automatically be replaced with local
ones. A convenient hotlist as HTML document will be created.
Changes since 1.4:
New: Now you can simply remove a HTML document and all its
images from cache via AMosaic's hotlist menu.
Now the script will also work with rexxdossupport.library 2.3.
Change rexxdossupport.library to RexxDosSupport.library in the
script when you still have RexxDosSupport.library version 2.1.
Changes since 1.5:
BugFix: Action buttons with same URL as a cached page got a local
URL instead of the remote one, so the Form didn't work.
BugFix: Relative URLs starting with http: (eg. http:page.html)
were taken for absolute URLs and not updated.
BugFix: Cached documents with filenames that overlap (eg. 2.html
and test2.html) could lead to mistakes.
BugFix: Cached documents which were just removed would not be
recognized as such.
BugFix: URLs with ../ in them weren't properly dealt with.
BugFix: Documents with carriage returns instead of linefeeds
lead to problems.
New: When saving a new document, it will be reloaded before all
already saved document are checked, so you can now continue
working with AMosaic much faster.
New option 'Update' will update .mosaic-hotlist-default, so you
can also use the normal hotlist to access cached documents.
Changes since 1.6:
Now `file://localhost' is omitted from all cached documents (to
decrease file sizes). If you already have some cached documents
you must update them with `rx Cache.www Install' (only once).
And some optimizations...
Requirements:
-AMosaic (tested with NoNet 1.2 and AmiTCP 1.3beta & 2.0pre-release versions)
-probably OS3.x for inlined images to work
-Arexx running
-rexxsupport.library (tested with version 34.9)
-rexxdossupport.library (tested with version 2.1 & 2.3)
-getstring for resaving local documents (included)
-requestfile for saving HTML documents (part of OS2/OS3 ?)